Enter a type and click search.




Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-theme/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="design_config_listing_data_source"
                  xsi:type="string">
                Magento\Theme\Model\ResourceModel\Design\Config\Grid\Collection
            </item>
            <item name="design_theme_listing_data_source"
                  xsi:type="string">
                Magento\Theme\Ui\Component\Theme\DataProvider\SearchResult
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-media-gallery-ui/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="media_gallery_listing_data_source"
                  xsi:type="string">
                Magento\MediaGalleryUi\Ui\Component\Listing\Provider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-search/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="search_synonyms_grid_data_source"
                  xsi:type="string">
                Magento\Search\Model\ResourceModel\Synonyms\Grid\Collection
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-customer/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="customer_listing_data_source"
                  xsi:type="string">
                Magento\Customer\Model\ResourceModel\Grid\Collection
            </item>
            <item name="customer_online_grid_data_source"
                  xsi:type="string">
                Magento\Customer\Model\ResourceModel\Online\Grid\Collection
            </item>
            <item name="customer_group_listing_data_source"
                  xsi:type="string">
                Magento\Customer\Model\ResourceModel\Group\Grid\Collection
            </item>
            <item name="customer_address_listing_data_source"
                  xsi:type="string">
                Magento\Customer\Model\ResourceModel\Address\Grid\Collection
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-cms/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="cms_page_listing_data_source"
                  xsi:type="string">
                Magento\Cms\Model\ResourceModel\Page\Grid\Collection
            </item>
            <item name="cms_block_listing_data_source"
                  xsi:type="string">
                Magento\Cms\Model\ResourceModel\Block\Grid\Collection
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-sales/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="sales_order_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Grid\Collection
            </item>
            <item name="sales_order_invoice_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection
            </item>
            <item name="sales_order_shipment_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Shipment\Grid\Collection
            </item>
            <item name="sales_order_creditmemo_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Creditmemo\Grid\Collection
            </item>
            <item name="sales_order_view_invoice_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Invoice\Orders\Grid\Collection
            </item>
            <item name="sales_order_view_shipment_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Shipment\Order\Grid\Collection
            </item>
            <item name="sales_order_view_creditmemo_grid_data_source"
                  xsi:type="string">
                Magento\Sales\Model\ResourceModel\Order\Creditmemo\Order\Grid\Collection
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-asynchronous-operations/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="bulk_listing_data_source" xsi:type="string">
                Magento\AsynchronousOperations\Ui\Component\DataProvider\SearchResult
            </item>
            <item name="failed_operation_listing_data_source"
                  xsi:type="string">
                Magento\AsynchronousOperations\Ui\Component\DataProvider\Operation\Failed\SearchResult
            </item>
            <item name="retriable_operation_listing_data_source"
                  xsi:type="string">
                Magento\AsynchronousOperations\Ui\Component\DataProvider\Operation\Retriable\SearchResult
            </item>
            <item name="failed_operation_modal_listing_data_source"
                  xsi:type="string">
                Magento\AsynchronousOperations\Ui\Component\DataProvider\Operation\Failed\SearchResult
            </item>
            <item name="retriable_operation_modal_listing_data_source"
                  xsi:type="string">
                Magento\AsynchronousOperations\Ui\Component\DataProvider\Operation\Retriable\SearchResult
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-catalog-rule/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="catalog_rule_data_source" xsi:type="string">
                catalogRuleSearchResult
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/magento/module-url-rewrite/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="url_rewrite_listing_data_source"
                  xsi:type="string">
                Magento\UrlRewrite\Ui\Component\UrlRewrite\DataProvider\SearchResult
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/paypal/module-braintree-core/etc/di.xml

<virtualType name="BraintreeTransactionsCollectionFactoryForReporting"
             type="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="braintree_report_data_source"
                  xsi:type="string">
                PayPal\Braintree\Model\Report\TransactionsCollection
            </item>
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual BraintreeTransactionsCollectionFactoryForReporting object that it should return a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object.

This configuration tells the Object Manager that when a user wants a BraintreeTransactionsCollectionFactoryForReporting object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];
Results for Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory

File: vendor/dotmailer/dotmailer-magento2-extension/etc/di.xml

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
    <arguments>
        <argument name="collections" xsi:type="array">
            <item name="cron_report_grid_data_source"
                  xsi:type="string">
                Magento\Cron\Ui\Model\ResourceModel\Schedule\Collection
            </item>
            <item name="rules_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Rules\Collection
            </item>
            <item name="importer_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Importer\Collection
            </item>
            <item name="automation_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Automation\Collection
            </item>
            <item name="campaign_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Campaign\Collection
            </item>
            <item name="contact_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Contact\Collection
            </item>
            <item name="catalog_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Catalog\Collection
            </item>
            <item name="order_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Order\Collection
            </item>
            <item name="review_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Review\Collection
            </item>
            <item name="wishlist_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Wishlist\Collection
            </item>
            <item name="abandoned_report_grid_data_source"
                  xsi:type="string">
                Dotdigitalgroup\Email\Ui\Model\ResourceModel\Abandoned\Collection
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory object that the following arguments should be used in the foo object's constructor.

  • $collections = [...items...];